home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
msqc25t1
/
toolbox1.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-09-06
|
297b
|
16 lines
/* toolbox1.h: An include header file, In Microsoft QuickC.
This demonstates toolbox1.c, tooltest.c and addup.c programs.
This is prototypes and definitions for the toolbox.
*/
#ifndef TOOLBOX1_DEFINED
int add( int, int );
int sub( int, int );
#define TOOLBOX1_DEFINED
#endif